home *** CD-ROM | disk | FTP | other *** search
/ The Essential Home & Business Collection / The Essential Home & Business Collection.iso / 17 / 7 / 3 / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-04-12  |  2KB  |  51 lines

  1. echo off
  2. if "%@len[a]"=="1" loadbtm on
  3. cls
  4. set SD=%1
  5. if "%1"=="" set SD=A
  6. set TD=%2
  7. if "%2"=="" set TD=C
  8. echo.
  9. echo                       4DOS 3.03 Installation
  10. echo.
  11. echo   INSTALL will assume that you are reading the 4DOS files from
  12. echo   drive %SD%, and installing them on drive %TD%.  If this is not
  13. echo   correct, press Ctrl-C or Ctrl-Break at the prompt below, and
  14. echo   restart INSTALL with the following command:
  15. echo.
  16. echo              x:INSTALL x y
  17. echo.
  18. echo   where "x" is the drive the 4DOS disk is in, and "y" is the
  19. echo   drive on which you want the 4DOS files installed.  You will
  20. echo   be able to change the destination drive for some of the files
  21. echo   later, but INSTALL must have a destination drive to use to
  22. echo   start the installation process.  The destination drive ("y"
  23. echo   above) can be a floppy disk, but if it is you will need to
  24. echo   use separate disks for the program / utility files, the
  25. echo   manual, and the other documentation.
  26. echo.
  27. pause   Press Ctrl-C to exit, or any other key to continue ...
  28. cls
  29. echo.
  30. echo                       4DOS 3.03 Installation
  31. echo.
  32. echo   A copy of the 4DOS program (4DOS88.EXE) and the full installation
  33. echo   batch file (INSTALL.BTM) will now be extracted to the current
  34. echo   directory on drive %TD%.  If these files already exist in that
  35. echo   directory they will be overwritten.  If this will cause any
  36. echo   problems, you can press Ctrl-C or Ctrl-Break at the prompt
  37. echo   below to abort installation and correct the situation.
  38. echo.
  39. pause   Press Ctrl-C to exit, or any other key to continue ...
  40. echo.
  41. echo   Please wait ...
  42. %sd%:pkunzip -o %sd%:4dos %td%: install.btm 4dos88.exe
  43. echo.
  44. echo   If any errors occurred in the extraction step above, press
  45. echo   Ctrl-C or Ctrl-Break at the prompt and correct the problem
  46. echo   before continuing.
  47. echo.
  48. pause   Press Ctrl-C to exit, or any other key to install 4DOS ...
  49. %td%:4dos88.exe /a:1536 /e:8192 /c %td%:install.btm %sd% %td% 5
  50.  
  51.